home *** CD-ROM | disk | FTP | other *** search
- --------------------------------
- The mIRC Guestbook by Weapon_X
- --------------------------------
- Thanks for downloading my mIRC Guestbook! This is one of the many mIRC addons/bots I have made.
- Some examples are GAMEBOT and 2KEWL BOT! Well, this is how it works,
- when someone messages you with !guestbook <sign/download/view> the person either signs the guestbook,
- views the guestbook, or downloads it. Simple as that. Just put this into
- the events!
-
- >>>>>>><EVENTS><<<<<<<
- 1:ON TEXT:!guestbook*:?: { /if $parm2 == download goto download | /if $parm2 == sign goto sign | /if $parm2 == view goto view | /if $parm2 == $null /notice $nick Usage: !guestbook <view/sign/download> <message if signing> | /halt
- :sign
- /if $parm3 == $null goto error
- /write guest.book User: $nick - Signed: $Adate @ $time
- /write guest.book Comments ---> $parm3*
- /write guest.book ========================================================
- /notice $nick Thank you for signing the guestbook! mIRC Guestbook by Weapon_X (Weapon_X@juno.com) | /halt
- :error
- /notice $nick Usage: !guestbook <view/sign/download> <comment if signing> | /halt
- :view
- /play $nick guest.book | /halt
- :download
- /notice $nick Dcc Sending the guestbook! | /dcc send $nick guest.book | /halt }